home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Tools / tables / pp-rfc987 / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  1.3 KB  |  72 lines

  1. # PP specific routines
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Tools/tables/pp-rfc987/RCS/Makefile,v 6.0 1991/12/18 20:34:52 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:34:52  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =
  21. OBJS =
  22. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  23.  
  24. HEADERS         = ../../../h
  25. CFLAGS          = $(CCOPTIONS) -I$(HEADERS)
  26. LDFLAGS         = $(LDOPTIONS)
  27.  
  28.  
  29.  
  30. ############################################################
  31. #
  32. # Building Rules
  33. #
  34. ############################################################
  35.  
  36.  
  37. PROGS =
  38.  
  39. default:        all
  40.  
  41. progs:          ${PROGS}
  42.  
  43. all:            ${PROGS}
  44.  
  45. rfc2or:         awk.rfc2or
  46. or2rfc:         awk.or2rfc
  47.  
  48. install:    ;
  49.  
  50. clean:          tidy
  51.         rm -f *.temp $(OBJS) $(PROGS)
  52.  
  53. tidy:
  54.         rm -f *.old *.BAK *.OUT
  55.  
  56. depend: ;
  57. define: ;
  58.  
  59.  
  60. ############################################################
  61. #
  62. # End of building rules
  63. #
  64. ############################################################
  65.  
  66. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  67. # Dependencies follow
  68.  
  69. # DEPENDENCIES MUST END AT END OF FILE
  70. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  71. # see make depend above
  72.